GrapeCity CalendarGrid for Windows Forms 2.0J
OnRemove メソッド (CollectionBase<T>)

値が存在する位置の 0 から始まるインデックス。
インデックスから削除する要素の値。
System.Collections.CollectionBase インスタンスから要素を削除するときに、追加のカスタム処理を実行します。
構文
Protected Overrides Sub OnRemove( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
protected override void OnRemove( 
   int index,
   object value
)

パラメータ

index
値が存在する位置の 0 から始まるインデックス。
value
インデックスから削除する要素の値。
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.